
When you adjust a repeating fields value using something such as:
ammo0.set('current', cAmmo);
The value seems to update on the backend, as calling it displays the correct value.
But on a character sheet, it will not update unless you close the sheet and reopen it.
All other attributes linked to a sheet fields that are not repeating fields, update fine in real time adjusting them with API.
ammo0.set('current', cAmmo);
The value seems to update on the backend, as calling it displays the correct value.
But on a character sheet, it will not update unless you close the sheet and reopen it.
All other attributes linked to a sheet fields that are not repeating fields, update fine in real time adjusting them with API.